From: John Ralls Date: Mon, 22 Feb 2016 00:17:46 +0000 (-0800) Subject: Fix typo. X-Git-Tag: archive/raspbian/3.24.39-1+rpi1~1^2~65^2~39^2~3003 X-Git-Url: https://dgit.raspbian.org/%22http://www.example.com/cgi/success/%22http:/www.example.com/cgi/success?a=commitdiff_plain;h=3cf98a4353299d46eff78ed7bbddb7cd88886405;p=gtk%2B3.0.git Fix typo. --- diff --git a/gtk/gtkclipboard-quartz.c b/gtk/gtkclipboard-quartz.c index 40f1c566b1..8f98cc7398 100644 --- a/gtk/gtkclipboard-quartz.c +++ b/gtk/gtkclipboard-quartz.c @@ -860,7 +860,7 @@ gtk_clipboard_wait_for_text (GtkClipboard *clipboard) GdkPixbuf * gtk_clipboard_wait_for_image (GtkClipboard *clipboard) { - GdkAtom target = gdk_atom_intern_static_string("image/tiff") + GdkAtom target = gdk_atom_intern_static_string("image/tiff"); int i; GtkSelectionData *data;